home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  181 b   |  10 lines

  1. on exitFrame
  2.   global giVidSprite
  3.   if the movieRate of sprite giVidSprite = 0 then
  4.     set the mouseDownScript to EMPTY
  5.     go("RainMap")
  6.   else
  7.     go(the frame - 2)
  8.   end if
  9. end
  10.